home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / refer-tools / ref2bib < prev    next >
Text File  |  1994-11-13  |  328b  |  10 lines

  1. #!/bin/sh
  2. #    shell script to convert refer (or bib) databases to BiBTeX format
  3. #        reads its arguments (or standard input)
  4. #        and writes the BibTeX to standard output
  5. #        errors etc. in ref2bib.errs
  6. #    The gnereation of keys can be altered by changing the
  7. #    values of some awk variables
  8. #
  9. sed -f ref2bib.sed $* | awk -f ref2bib.awk
  10.